Handles creating, reading and updating organisations.

GET /api/organisation/Universit%C3%A9%20de%20Lille/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 97,
    "name": "Université de Lille",
    "description": "Université de Lille",
    "homepage": "https://www.univ-lille.fr/",
    "orgid": null,
    "fields": [],
    "city": "Lille",
    "logo_url": "https://www.univ-lille.fr/typo3conf/ext/ul2fpfb/Resources/Public/assets/img/logos/ULille-nb.svg"
}